home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 1
/
LSD Compendium Deluxe 1.iso
/
a
/
programming
/
assembly
/
mapsrc.lha
/
macros
/
range
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1980-02-19
|
171 b
|
14 lines
range: macro ;checks the range of a number: range dn,x1,x2
;d0 = 0 if error
cmp.w #\2,\1
bhs .\@
clr.w d0
bra .\@a
.\@ cmp.w #\3,\1
bls .\@a
clr.w d0
.\@a
endm